From e961bccbc889b401de32b179467d7babd3c8961e Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 31 Jul 2008 20:49:13 +0000 Subject: [PATCH] Add doc for new ozi options 'altunit' and 'proxunit'. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3320 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/options/ozi-altunit.xml | 5 +++++ gpsbabel/xmldoc/formats/options/ozi-proxunit.xml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/ozi-altunit.xml create mode 100644 gpsbabel/xmldoc/formats/options/ozi-proxunit.xml diff --git a/gpsbabel/xmldoc/formats/options/ozi-altunit.xml b/gpsbabel/xmldoc/formats/options/ozi-altunit.xml new file mode 100644 index 000000000..1df78a26f --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/ozi-altunit.xml @@ -0,0 +1,5 @@ + + By default the ozi module uses feet as altitude unit. With this option you can specify also 'Meters' (m) + as unit for altitude values. + + diff --git a/gpsbabel/xmldoc/formats/options/ozi-proxunit.xml b/gpsbabel/xmldoc/formats/options/ozi-proxunit.xml new file mode 100644 index 000000000..b3a8bbfa8 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/ozi-proxunit.xml @@ -0,0 +1,4 @@ + + By default the proximity values are handled in meters. With this option you can now specify also (m)iles, + (k)ilometers or 'nautical miles as used proximity unit when reading or writing ozi files. + -- 2.30.2